home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / Makefile < prev    next >
Encoding:
Makefile  |  1995-09-21  |  3.6 KB  |  96 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Wood
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Wood.tiff
  16. DOCICONS = WoodDoc.tiff WoodFilter.tiff
  17.  
  18. LOCAL_RESOURCES = AttributesInspector.nib InfoPanel.nib Inspector.nib\
  19.                   SaveTo.nib ScrollViewDeluxe.nib StyleInspector.nib\
  20.                   TreeInspector.nib Wood.nib WoodDoc.nib fly.tiff\
  21.                   flyH.tiff MiscKit.tiff OOE_Logo.tiff\
  22.                   OOE_ScrollerButton.tiff OOE_ScrollerButtonD.tiff\
  23.                   OOE_ScrollerButtonE.tiff OOE_ScrollerButtonH.tiff\
  24.                   soundMarker.tiff soundMarkerH.tiff zipped.tiff Help
  25.  
  26. GLOBAL_RESOURCES = app.oai MiscFindPanel.bundle services
  27.  
  28. CLASSES = AttributesInspector.m DefaultWoodInspector.m DGPrintInfo.m\
  29.           HitPath.m InfoView.m IPFlyPanel.m IPPanel.m\
  30.           MultipleSelectionWoodInspector.m NoSelectionWoodInspector.m\
  31.           ObjectError.m PageMargin.m RTFDescription.m Ruler.m\
  32.           ScrollViewDeluxe.m ScrollViewDeluxeForOOE.m StyleInspector.m\
  33.           Tree.m TreeInspector.m TreeView.m UndoManager.m UPath.m\
  34.           ValidateMenus.m WindowForOOE.m WoodApp.m WoodApp_OOE.m\
  35.           WoodBundle.m WoodDoc.m WoodDoc_Closing.m WoodDoc_Creation.m\
  36.           WoodDoc_Name.m WoodDoc_OOE.m WoodDoc_PasteBoard.m\
  37.           WoodDoc_Private.m WoodDoc_SearchableText.m\
  38.           WoodDoc_SplitViewDelegate.m WoodDoc_TargetAction.m\
  39.           WoodDoc_TreeDelegate.m WoodDoc_UndoDelegate.m\
  40.           WoodDoc_ValidateMenuCells.m WoodDoc_WindowDelegate.m\
  41.           WoodDoc_ZoomDelegate.m WoodFilter.m WoodInspectorManager.m
  42.  
  43. HFILES = AttributesInspector.h DefaultWoodInspector.h DGPrintInfo.h\
  44.          DGVariables.h Global.h HitPath.h InfoView.h IPFlyPanel.h\
  45.          IPPanel.h MultipleSelectionWoodInspector.h\
  46.          NoSelectionWoodInspector.h ObjectError.h OOE_Protocols.h\
  47.          ooe_server.h PageMargin.h PFilter.h RTFDescription.h Ruler.h\
  48.          ScrollViewDeluxe.h ScrollViewDeluxeForOOE.h StyleInspector.h\
  49.          Tree.h TreeInspector.h TreeView.h UndoManager.h UPath.h\
  50.          Utilities.h ValidateMenus.h WindowForOOE.h WoodApp.h\
  51.          WoodApp_OOE.h WoodBundle.h WoodDoc.h wooddoc.h\
  52.          WoodDoc_Closing.h WoodDoc_Creation.h WoodDoc_Name.h\
  53.          WoodDoc_OOE.h WoodDoc_PasteBoard.h WoodDoc_Private.h\
  54.          WoodDoc_SearchableText.h WoodDoc_SplitViewDelegate.h\
  55.          WoodDoc_TargetAction.h WoodDoc_TreeDelegate.h\
  56.          WoodDoc_UndoDelegate.h WoodDoc_ValidateMenuCells.h\
  57.          WoodDoc_WindowDelegate.h WoodDoc_ZoomDelegate.h WoodFilter.h\
  58.          WoodInspectorManager.h ZoomDelegate.h
  59.  
  60. MFILES = Utilities.m Wood_main.m
  61.  
  62. CFILES = liballoc.c libstring.c libyywrap.c
  63.  
  64. PSWFILES = PSWEnding.psw PSWUControl.psw PSWUPath.psw
  65.  
  66. BUNDLES = Unix.bproj MMA.bproj MiscTree.bproj LispDoc.bproj
  67.  
  68. TOOLS = woodOOEFilter.tproj
  69.  
  70. OTHERSRCS = Makefile Makefile.postamble Makefile.preamble PB.gdbinit
  71.  
  72.  
  73. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  74. MAKEFILE = app.make
  75. INSTALLDIR = $(HOME)/Apps
  76. INSTALLFLAGS = -c -s -m 755
  77. SOURCEMODE = 444
  78.  
  79. ICONSECTIONS =    -sectcreate __ICON app Wood.tiff \
  80.         -sectcreate __ICON WoodDoc WoodDoc.tiff \
  81.         -sectcreate __ICON WoodFilter WoodFilter.tiff
  82.  
  83. LIBS = -lIndexing_s -lMiscArrowButton -lMiscInspectorKit -lMiscKit\
  84.        -lMiscSwapKit -lMiscValueField -lNeXT_s
  85. DEBUG_LIBS = $(LIBS)
  86. PROF_LIBS = $(LIBS)
  87.  
  88.  
  89. -include Makefile.preamble
  90.  
  91. include $(MAKEFILEDIR)/$(MAKEFILE)
  92.  
  93. -include Makefile.postamble
  94.  
  95. -include Makefile.dependencies
  96.